projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb01de
)
(mode-line): Set :line-width property to -1.
author
Kenichi Handa
<handa@m17n.org>
Sun, 11 Feb 2001 06:47:20 +0000
(06:47 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 11 Feb 2001 06:47:20 +0000
(06:47 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 3eee8bad719549041e860031ad37f851829c50a6..b1336af6cc7c7b22928ad8534a7059543b4dfbf3 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1615,7
+1615,7
@@
created."
(defface mode-line
'((((type x w32 mac) (class color))
- (:box (:line-width
2
:style released-button)
+ (:box (:line-width
-1
:style released-button)
:background "grey75" :foreground "black"))
(t
(:inverse-video t)))